-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: select treenode on snyk showdocument [IDE-957] #260
Conversation
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Fixed
Show fixed
Hide fixed
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Fixed
Show fixed
Hide fixed
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Fixed
Show fixed
Hide fixed
7655879
to
269c2ae
Compare
8c50017
to
0829e65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall function/design is good, but you have added a few methods that could do with renaming for clarity, plus a couple of potential bugs with null checks and hard coded parameters.
plugin/src/main/java/io/snyk/eclipse/plugin/views/snyktoolview/SnykToolView.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Outdated
Show resolved
Hide resolved
...s/src/test/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClientTest.java
Outdated
Show resolved
Hide resolved
...s/src/test/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClientTest.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykUriUtils.java
Outdated
Show resolved
Hide resolved
feat: apply fix command [IDE-976]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that this looks much better. We might want to rename SnykUriDetails or add some explanatory comments later on, as this is pretty specific to this particular URI format at the moment, but it's fine for now.
Description
Will select the treenode when a code lens or a code action is triggered.
Will display the issue in details view.
Checklist
Screenshots / GIFs
Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!